Keysight VISA.NET Help
Scanf<T1,T2>(String,Int64[],T1,T2) Method



The format string.
Arguments that are needed to complete format specifiers.
The first parsed value.
The second parsed value.
Read and parse formatted data from the formatted I/O read buffer.
Syntax
'Declaration
 
Overloads Sub Scanf
    (Of T1,T2)( _
   ByVal format As String, _
   ByVal inputs() As Long, _
   ByRef output1 As T1, _
   ByRef output2 As T2 _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim format As String
Dim inputs() As Long
Dim output1 As T1
Dim output2 As T2
 
instance.Scanf(Of T1, T2)(format, inputs, output1, output2)
void Scanf<T1,T2>( 
   string format,
   long[] inputs,
   out T1 output1,
   out T2 output2
)
void Scanfgeneric<typename T1>
generic<typename T2>
( 
   String^ format,
   array<int64>^ inputs,
   [Out] T1^ output1,
   [Out] T2^ output2
) 

Parameters

format
The format string.
inputs
Arguments that are needed to complete format specifiers.
output1
The first parsed value.
output2
The second parsed value.

Type Parameters

T1
T2
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025